ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorBar<T> Class / ErrorAmount Property






In This Topic
    ErrorAmount Property (ErrorBar<T>)
    In This Topic
    Gets or sets a value that specifies the error amount of the series.
    Syntax
    'Declaration
     
    
    Public Property ErrorAmount As ErrorAmount
    'Usage
     
    
    Dim instance As ErrorBar(Of T)
    Dim value As ErrorAmount
     
    instance.ErrorAmount = value
     
    value = instance.ErrorAmount
    public ErrorAmount ErrorAmount {get; set;}
    public read-write property ErrorAmount: ErrorAmount; 
    public function get,set ErrorAmount : ErrorAmount
    public: __property ErrorAmount get_ErrorAmount();
    public: __property void set_ErrorAmount( 
       ErrorAmount value
    );
    public:
    property ErrorAmount ErrorAmount {
       ErrorAmount get();
       void set (    ErrorAmount value);
    }
    See Also